ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / YFunctionSeries<T> Class / YFunctionSeries<T> Constructor
The owner which owns this series.

In This Topic
    YFunctionSeries<T> Constructor
    In This Topic
    Creates one YFunctionSeries<T> instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As FlexChartCore(Of T) _
    )
    public YFunctionSeries<T>( 
       FlexChartCore<T> owner
    )

    Parameters

    owner
    The owner which owns this series.
    See Also